You won’t run out of paper.

Each class should have its own responsibility. For example, you should not have one class that calculates shipping, sends orders to the warehouse, and emails the customer. Instead, let the class have one job.
You won’t run out of disk space if you add more classes. Electrons are cheap.
Learning how to break up classes is an advanced skill. If you master this skill, your services will be in more demand.