This is to make sure that the requests we are generating for testing purposes, are in fact valid according to the OpenAPI spec.
Example, when this is actually useful: We should make make sure that we are sending a comma-separated list of fields in our e2e-test, not a pipe-separated one, because otherwise the test may pass when in fact it should fail according to the spec.