If the user is submitting runs with an API that may accidentally trigger duplicate submissions, these duplicate runs can result it wasteful computational spend and result in published outputs that might be a heterogenous mix of multiple runs.
If Platform's launch included an Idempotency-Key header, we could ensure uniqueness on the server side and prevent this sort of duplicated computation.