This document summarizes why Node has a DOM implementation called jsdom. It explains that the DOM is a standard for programmatically accessing and manipulating HTML and XML documents, and that jsdom implements the W3C DOM standards in JavaScript to allow Node applications to parse and interact with HTML and XML. It provides examples of how jsdom is used for screen scraping, testing, templating, and code reuse in various Node projects.