brent
Not entirely sure I understand the question but I'll try explain anyway.
A backup and a snapshot can be thought of as the same thing.
First your initial backup / snapshot takes much much longer than subsequent backups as they only backup files that are new or that have changed.
Scenario
If you backup every day and forget and prune every day to make sure you only keep the last 14 snapshots. You have 14 restore points at any given time.
Week 1: Mon (1) Tue (2) Wed (3) Thu (4) Fri (5) Sat (6) Sun (7)
Week 2: Mon (8) Tue (9) Wed (10) Thu (11) Fri (12) Sat (13) Sun (14)
Week 3: Mon (15 del 1) Tue (16 del 2) Wed (17 del 3) Thu (18 del 4) Fri (19 del 5) Sat (20 del 6) Sun (21 del 7)
If you accidentally delete a file on week 1 Wednesday and week 3 Monday you realise it, you can still restore the file from w1 tuesday snapshot because it has not been deleted yet.
Where many get confused is in the above scenario you think week 1 Monday was my initial backup / snapshot. Week 3 Monday forget and purge would delete that initial backup losing a LOT of data as each subsequent snapshot only contains the changes from that initial backup.
This is not the case while it will only backup new and modified files every snapshot, it keeps track of what still exists on your system. A snapshot is a point in time, not just the files it backs up that day to create the new snapshot.
While week 1 Mon was your initial backup and week 3 Sun might only back up a single text file. The snapshot may still contain files from week 1 mon despite the initial snapshot being long gone.
Forget and prune just limits how far back in time you can go, nothing more. Make sense?