Being able to directly provide the input stream to the parser would be handy when handling JSON response provided by http request to third party app.
And could be more memory savy if the stream is consumed on the fly instead of fully loaded in memory.