Right now RESTBase tries to send the html and data-parsoid of the previous render/revision of the page to Parsoid when we know that info (mostly on rerenders coming from ChangeProp)
But as we're trying to simplify our storage model and for now switch to only having the latest content in the storage, it's less likely that the previous revision/render will be available (still quite likely thought, because at the moment of a new revision creation, the previous revision was latest so it should be in the storage)
Having these additional requests for previous content significantly complicates the reasoning about what's going on, so if Parsoid doesn't really use that content or only have a very little value out of it, we might switch that off temporarily until we're solid with our new storage model.