T there's a revision-create event emitted for every single revision in the page history when the page is undeleted. When the page is deleted and restored, revision-create events are sent for all the historic revisions of the page
It's a big problem because it might make change-prop re-renader content a lot, however right now all of the extra events are being deduplicated.