Through all of the comments in this thread, I'm detecting a perspective that Use Cases define how users might want to use the system to accomplish some (business?) goal. I'm uncomfortable with using that perspective as a BA starting point; my approach is a bit different.
The BA's role of analysis is at the CIM (Computationally Independent Model) level of abstraction; therefore there is no automated system to be used, and, depending upon what is discovered, there might not be one either. The BA is analyzing a business, not a relationship between a worker bee and some automated system. Therefore...
I develop Business Usage Cases (forgive my taking literary license here). At the top level Use Case, I describe how external actors use the business. For example, how does the car dealer use General Motors, and how about Banks, Government, automotive scrap dealers, stock holders, etc. At a lower level, lets consider the Purchasing Department for example, how does the rest of the business use the Purchasing object(s)? What behaviors does the purchasing object exhibit? These actors are the source of events that initiate and drive the business processes thru the business objects.
I look for Business Objects (Sales Orders, Purchase Orders, Shop Orders, Finished parts, Products, employees, cash registers, surgical theaters, etc.) and study who does what to them (either manually or automated). From this, I form Business Useage Cases--how the objects of the business, and the things that are done to them, are used to achieve business stakeholder's goals. At the CIM level, it matters not how actors do the things they to to business object, What's important is to capture what they do to them. And that, my friends, is my perspective on Business use cases.
After discussion with stakeholders about their business usage cases, then one might begin developing use cases at the PIM level, which is where I perceive the current discussion is at. But PIM level use cases are at the Software Engineering level, not at the BA level of abstraction.
To define the project scope for the PIM level, subsets of the business usage cases and the business objects are used. These are carried forward into the PIM.
I know IT folks sometimes execute both roles, the BA and SE, that that doesn't mean that a Business Use case should look like a System Use Case. If one who wears both hats tries to go directly to the PIM level, it will be like a programmer to rushes to code too soon--instead of writing good code, he write bugs that need fixing later.