When to use a cursor adapter

I’ve seen people passing the cursor instead of a list of items to display them in the recycler view. Like here:

What are the advantages and disadvantages of one over the other? When to use each one?