This is to make it easy to get the bpy paths to bpy.context.property for example. Before this change, the easiest way was to use the clipboard bpy.ops function. However this would make the python scripts using this fragile as it we do not have full control of what is stored in the system clipboard. Pull Request: https://projects.blender.org/blender/blender/pulls/147116