An Index is a Smaller Copy of the Data
The simplest way I can describe a nonclustered index is as an ordered, smaller copy of the table. It's smaller because, ideally, you are not including every column in the key or included area.
You could add filtered indexes to the mix and say they include fewer rows, but getting SQL Server to use a filtered index is hard.