Do canvas transforms cause rebuilds?

Does changing a canvas’s RectTransform position cause a rebuild?

After watching the profiler closely, it seems that transforms (in this case position changes) do trigger Canvas.BuildBatch calls. I may be wrong though.