How frequently do you test a new web framework with "10MB compressed JSONs"?
On the other hand you can find a lot of benchmarks that use basically Hello World just to test your request response or some rather small request/response sizes, because this is what most applications actually do. You can add a simple database query to it for more realistic load.
So, yes, this is more relatable to me as a backend developer because I can compare results more easily.