For many elections, there is a grace period between the end of voting period and the official tally of the results. In this period, election admins/executives will review votes and strike those there were cast in a disallowed way (for example, using a sock, or someone who lost their eligibility, or in the case of fawiki elections, when the vote is case through a proxy or VPN).
The problem is SecurePoll's dump feature is immediately available upon the completion of the voting period. This means people can download the votes (before striking of invalid votes happens) and run a tally on their own. This can be misused to publish unofficial results, challenge the real results and ... I guess today we especially understand how harmful it can be to have mixed messages about the outcome of an election.
There is a second issue with this too: if dumps are publicly available, and then a vote is struck, downloading the dump again and comparing it with the last dump will show the exact contents of that vote (currently, this issue only applies to elections that are not encrypted, but once we implement T145695 this will apply to every election).
Therefore, we should add a feature to SecurePoll that allows controlling when dumps are available. This could be date-based (a prespecified "release date") or a toggle that can be flipped by election admins (but for a toggle solution, T133369 needs to be fixed first).