The 'Over Clause' in SQL is used to perform calculations across a set of table rows that are somehow related to the current row. It allows for the execution of window functions, which can compute values such as running totals, rankings, and moving averages without collapsing the result set into a single output row per group.