The UTXO set has a tendency to increase in size.
For Bitcoin (from https://www.blockchain.com/charts/utxo-count?timespan=all):
The UTXO is one of the basic concepts in Bitcoin and other cryptocurrencies. Each unspent transaction output represents a unit which the holder of a private key can spend.
Each transaction results in one or more UTXO and only these unspent outputs can be used as inputs in a subsequent transaction.
A full node verifies transactions and every full node therefore needs to keep track of the entire UTXO set.