Elections run using SecurePoll are audited (commonly called scrutineering) by checkusers for fraudulent votes, sockpuppetry, etc. There is a scrutineering.py script written by User:Zzuuzz which takes most of the drudgework out of this, but you need to get the raw data onto your local machine. This is typically done by copy-pasting from the browser into a local file, which is a pain (and error prone). Things get even more annoying if there's more than 500 votes and you have to copy from multiple pages.
This would all be a lot easier if there was a button on the [[Special:SecurePoll/list/xxx]] screen visible to CUs which would download the entire dataset in some standardized format. Either json or csv would be fine. Then people could write analysis scripts they wanted to slice and dice the data in whatever way was convenient to them.