Revert "Replay same-document traversals that happen before hydration" (#95853)
Reverts vercel/next.js#95682
This breaks CC (https://github.com/vercel/next.js/issues/95848) due to
PPR codepath doing something different. Although Claude says
https://github.com/vercel/next.js/commit/da4d63d759a9bffd3e8c586bac1e4dabffd5b35d
can work around it, I think it's safest to revert this given that I
don't know what the right full fix is.
I also think we need more test coverage because the navigation test
suite is off in CC mode.
I'll send a follow-up with all the failing tests we know of (from #95682
and new) so we can fix this for good after a closer look.