This is a task which comes out of T38210: HtmlForm unconditionally loads form values from request.
HTMLForm provides a way to skip loading data from the request for a specific field by setting the nodata key to the descriptor of a form field (the content doesn't matter). This should be documented, so that users of HTMLForm know about this feature.