Guessing this was just copied from the Stepped page without making the necessary changes. This page shouldn’t have really any references to Heartbeat other than a note stating that PostSimulation is an intended replacement for it.
Afaik order should be something like:
PreRender → PreSimulation → PostSimulation
Which follows the same form as the previous:
RenderStepped → Stepped → Heartbeat
I’ll make a PR with the necessary changes when I get around to it (will update this post). It’s interesting that PostSimulation fires after Heartbeat, but I’m guessing thats just because more things are run before the event fires, which is likely why they made the move to begin with.