There are times where the DOM order vs. Render order can really change the meaning of a paragraph.
But:
This is mostly important for Accessibility.
The order of visual elements on the page can be effected by using JS.
Without necessarily changing the order of the DOM.