Sampling means a tool doesn't process your whole dataset but takes a representative slice and estimates the total from it. That saves compute, which is why Google does it.
The benefit sits mostly with the vendor: cheaper to produce your report and faster to load. Your downside is simple: an estimate is less accurate than a count. On small variances you won't notice, on skewed distributions you will.