DNSSEC does not encrypt traffic the way TLS does; it guarantees the integrity and origin of records. Each zone signs its own data, and its key is in turn vouched for by the parent zone. This builds a chain of trust from the top down: a domain is confirmed by the TLD zone, and the TLD by the root. A trusted root key is the anchor from which a resolver validates the whole chain.
Validating signatures closes off a whole class of forgery attacks:
Validation starts at the root servers: without a trusted root there would be nothing to anchor the chain to.