Cloning is effectivly duplicating a complete envirnoment, typically used to create test or development environments which are exact copies of production.

A cloned environment can give a more acurate test bench for patches or upgrades because you are effectively implementing a change on production data without affecting the production system.

Regards