How is the After Sequence counting in a particular segment
This question is about a segment created by @urs_boller back in 2019. This segment identifies the last page in a visit. It does work. I need some help in understanding why this works.

More specifically, the segment uses an after sequence to identify the pages after the criteria is met and then excludes them. Normally, the last item of the sequence itself and the subsequent items are included in the after sequence result. So, for the following example, if the sequence were page A then page B, the result would be B, C, D.
page A
page B
page C
page D
In this case the segment is a date then a metric PV. I am assuming Day and PV happens for every page and the segment is set multiple times in the above example. The result is A, B, C (which is then excluded from the visit, leaving D, the last page). If the criteria is met on page A, why does this "after" sequence not count D?
