Standard controller encapsulates just a single Sobject (e.g. Account, Opportunity).
Standard list controller contains a list of records (one or more), and has additional functions to facilicate paging (moving between pages) and updating a number of records at once.
Check the below link
https://infallibletechie.com/2014/09/accessing-data-with-standard-list.html
Cheers!!!