operation to the vector layer edit buffer
Eg Instead of emitting layerModified for every individual feature
in a call to QgsVectorLayer::addFeatures, we defer the signal
and emit it only once after adding all the features.
This avoids a lot of expensive, unnecessary work which is triggered
by the signal