uniform continuity
Ordinary continuity is a local promise: at each point z_0, given a tolerance epsilon, you can find some delta that works — but the delta is allowed to depend on which point z_0 you are sitting at, and it may have to shrink as you move into a bad region. Uniform continuity is the stronger, global promise that one single delta works for every point at once: given epsilon, there is a delta such that |z - z'| < delta forces |f(z) - f(z')| < epsilon for all pairs z, z' in the set, wherever they are.
The difference is real and worth feeling. The function f(z) = 1/z on the punctured disk 0 < |z| <= 1 is continuous at every point, but near the origin the output swings wildly for tiny input changes, so the delta you need keeps shrinking and no single delta can serve the whole set — it is continuous but not uniformly continuous. Contrast f(z) = z^2 on the closed unit disk, where a single delta does control the variation everywhere.
The headline theorem ties this back to compactness: a continuous function on a compact (closed and bounded) set is automatically uniformly continuous. So on a closed disk, a closed rectangle, or any contour, continuity upgrades for free to uniform continuity. This matters because uniform continuity is exactly the strength you need to make integration well-behaved — to approximate a contour integral by Riemann sums with a guaranteed error, and to justify swapping limits with integrals later on.
On the closed disk |z| <= 1, f(z) = z^2 is uniformly continuous: a single delta works everywhere. On the open punctured disk 0 < |z| <= 1, f(z) = 1/z is continuous but not uniformly continuous, because the needed delta collapses toward 0 as you near the origin.
Uniform continuity asks one delta to serve the whole set; compactness guarantees it for free.
Uniform continuity is genuinely stronger than continuity, but only on non-compact sets does the gap appear. The moment your domain is closed and bounded, the two notions coincide, which is why uniform continuity rarely needs to be checked by hand for functions on a disk or a contour.