Handling extreme values before they distort a model.
Clipping preserves your sample size; dropping rows does not, and it discards labels along with them. Prefer clipping unless the extremes are known to be recording errors.
An outlier is not automatically noise. In fraud, fault and intrusion detection the rare rows are the signal — there, model them with anomaly rather than removing them here.