I just ran an experiment about web page rendering.
I have a status page that includes a table of 200 items pulled from the database
Option A: streaming HTML that is generated on the fly
Option B: Load the shell and leverage #DataStar and Server-Sent Events to populate the table and related data.
Lighthouse reports that the SSE version renders in half the time as the streamed HTML.