What is a Compute?
A compute is the basic unit of you business logic, the building blocks.
Most of the time, you will group your code into computes and then chain them into Atoms.
A compute should be planned carefully so that it runs within the governor limits. To make it simple, double check that no loops are used with a possible large dataset.