Picture a suite with 180 end-to-end tests for form validation. Each one logs in, navigates to a form, types an invalid value, and checks the error message. The suite takes fifty minutes and most of it is this.
Every one of those tests was checking a component. None of them needed a login, a database, or a page.
Cypress component testing mounts a single component in a real browser, without your application around it: